home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / main.dxr / 00034_2quit.ls < prev    next >
Encoding:
Text File  |  1996-10-17  |  121 b   |  6 lines

  1. on mouseUp
  2.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() - 1
  3.   updateStage()
  4.   go("quit")
  5. end
  6.